home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.Locator < prev    next >
Encoding:
Text File  |  1990-04-03  |  1.0 KB  |  40 lines  |  [TEXT/MPS ]

  1. ; File:  E16.Locator
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. toolNotFoundErr EQU $0001
  9. funcNotFoundErr EQU $0002
  10. sysStrtMtErr EQU $0100  ; can't mount system startup volume
  11. tlBadRecFlag EQU $0103  ; StartStop record invalid
  12. tlCantLoad EQU $0104  ; A tool cannot be loaded
  13. toolVersionErr EQU $0110
  14. messNotFoundErr EQU $0111
  15. messageOvfl EQU $0112  ; No message numbers available
  16. nameTooLong EQU $0113  ; Message name too long
  17. fileInfoType EQU $0001  ; Message type parameter
  18. addMessage EQU $0001  ; action parameter
  19. getMessage EQU $0002  ; action parameter
  20. deleteMessage EQU $0003  ; action parameter
  21. mvReturn EQU $0001  ; like ok for dialogs
  22. mvEscape EQU $0002  ; like cancel for dialogs
  23. sysTool EQU $0000
  24. userTool EQU $8000
  25. ; offset constants for MessageRec
  26. omessageNext EQU 0
  27. omessageType EQU 4
  28. omessageData EQU 6
  29. ofileNames EQU 8
  30. ; offset constants for ToolSpec
  31. otoolNumber EQU 0
  32. ominVersion EQU 2
  33. ; offset constants for StartStopRecord
  34. oflags EQU 0
  35. ovideoMode EQU 2
  36. oresFileID EQU 4
  37. odPageHandle EQU 6
  38. onumTools EQU 10
  39. otheTools EQU 12
  40.